home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
pascal
/
totsrc11.zip
/
TOTOVL.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1993-05-04
|
546b
|
23 lines
{ Copyright 1991 TechnoJock Software, Inc. }
{ All Rights Reserved }
{ Restricted by License }
{ Build # 1.10 }
Unit totOVL;
{
Development History:
}
INTERFACE
IMPLEMENTATION
Uses Overlay;
Const
OvrMaxSize = 75000;
begin
OvrInit('program.OVR'); {Change overlay file name as appropriate}
OvrInitEMS;
OvrSetBuf(OvrMaxSize);
end.